GoXam for WPF v3
GetFromNodesForNode(NodeType,Predicate<PortKey>) Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class > GetFromNodesForNode Method : GetFromNodesForNode(NodeType,Predicate<PortKey>) Method
a predicate to be applied to each "to" port parameter; if non-null, this predicate must be true for the "from" node to be included in the return sequence
Return a sequence of node data that are directly connected by links going into a given node.
Syntax

Parameters

nodedata
toportpred
a predicate to be applied to each "to" port parameter; if non-null, this predicate must be true for the "from" node to be included in the return sequence

Return Value

Remarks

This is used for model navigation and graph traversal.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members
Overload List